home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / bbsutils / dlprm100.arj / DLPROMPT.DOC < prev    next >
Text File  |  1994-03-13  |  4KB  |  104 lines

  1. ******************************************************************************
  2.  
  3.                              DLPROMPT v1.0
  4.  
  5.                        Written By: Steve Catmull
  6.  
  7. ******************************************************************************
  8.  
  9.  
  10.  
  11.  
  12.  
  13. What Does It Do?
  14. ==============================================================================
  15.  
  16. Normally when a user requests a download in PCBoard, the filename prompt
  17. looks like the following:
  18.  
  19.         Enter the filename to Download (Enter)=none
  20.  
  21. DLPROMPT is a PPE which turns this prompt into a full-screen display
  22. showing the following information:
  23.  
  24.         * Last five files in the batch to download
  25.         * Batch statistics (total size, total time, number of files, etc.)
  26.  
  27. This is all done in a nice display which you can customer to your liking.
  28.  
  29.  
  30. Installing
  31. ==============================================================================
  32.  
  33. To install this PPE you must have:
  34.  
  35.     * PCBoard v15.1
  36.     * Unzipped the PPE into a subdirectory on your disk.  My personal
  37.       preference is to put it in its own subdirectory, but the choice
  38.       is up to you.
  39.  
  40. Once you have unzipped the file into a subdirectory, run the INSTALL.BAT
  41. file.  This batch file calls MKPCBTXT and automatically replaces record
  42. #61 so it runs the PPE instead of displaying the normal prompt.
  43.  
  44. The syntax for INSTALL.BAT is as follows:
  45.  
  46.      INSTALL [d:\path\pcbtext] [d:\path\toppe\] /EXPERT /SYSOP
  47.  
  48. Replace "d:\path\pcbtext" with the full path and filename of your PCBTEXT
  49. file.  If you do not know where your PCBTEXT file is, look in PCBSetup |
  50. File Locations | System Files.  There you will find the following line:
  51.  
  52.         Location of PCBTEXT Files         : C:\PCB\GEN\
  53.  
  54. From the above, I know the PCBTEXT files to be located in C:\PCB\GEN\.  The
  55. filename for the default language is therefore C:\PCB\GEN\PCBTEXT
  56.  
  57. Replace "d:\path\toppe\" with the subdirectory the PPE was unzipped into.
  58. My personal preference is to install the PPE into C:\PCB\PPE\DLPROMPT\ but
  59. your idea of the ideal installation location my differ.  Using my example,
  60. I would type C:\PCB\PPE\DLPROMPT\ for the path to the PPE.
  61.  
  62. The /EXPERT and /SYSOP command line parameters are optional.  Very simply,
  63. these parameters do the following:
  64.  
  65.         /EXPERT:  If the user is in expert mode, do not use the full-screen
  66.                   display.  Instead, show the normal prompt.
  67.  
  68.         /SYSOP:   If the user has security level greater than or equal to
  69.                   SysOp security (PCBSetup | Security Levels | Sysop
  70.                   Commands), show the normal prompt instead.
  71.  
  72. Examples:
  73.  
  74.   #1  Straight install with no command line parameters:
  75.  
  76.      INSTALL C:\PCB\GEN\PCBTEXT C:\PCB\PPE\DLPROMPT\
  77.  
  78.   #2  Installing with the /SYSOP command line parameter:
  79.  
  80.      INSTALL C:\PCB\GEN\PCBTEXT C:\PCB\PPE\DLPROMPT\ /SYSOP
  81.  
  82.   #3  Installing with the /EXPERT command line parameter:
  83.  
  84.      INSTALL C:\PCB\GEN\PCBTEXT C:\PCB\PPE\DLPRMPT\ /EXPERT
  85.  
  86.   #4  Installing with the /EXPERT *and* /SYSOP command line parameters:
  87.  
  88.      INSTALL C:\PCB\GEN\PCBTEXT C:\PCB\PPE\DLPRMPT\ /EXPERT /SYSOP
  89.  
  90.  
  91. Files In The Archive
  92. ==============================================================================
  93.  
  94. DLBOX         - ASCII (non color) version of the full-screen display
  95. DLBOXG        - ANSI  (color) version of the full-screen display
  96. DLBOX.RIP     - RIP version of the full-screen display (may want to rename)
  97. DLPROMPT.DOC  - Documentation for DLPROMPT
  98. DLPROMPT.PPE  - The actual program
  99. DLPROMPT.PPS  - The source for the program
  100. DLPROMPT      - Display file used to display normal prompt
  101. INSTALL.BAT   - Installation batch file
  102. FILE_ID.DIZ   - Archive Description File
  103.  
  104.